From: Ian Jackson Date: Tue, 28 Jun 2011 11:19:15 +0000 (+0100) Subject: libxl: disks: allow specification of "backendtype=phy|tap|qdisk" X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10105 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=74f917afa34d2e2699fc9fee7fe43c3fe81768ae;p=xen.git libxl: disks: allow specification of "backendtype=phy|tap|qdisk" Signed-off-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/docs/misc/xl-disk-configuration.txt b/docs/misc/xl-disk-configuration.txt index de0a75e1bc..91e0cc7284 100644 --- a/docs/misc/xl-disk-configuration.txt +++ b/docs/misc/xl-disk-configuration.txt @@ -139,6 +139,23 @@ cdrom Convenience alias for "devtype=cdrom". +backendtype= +-------------------------- + +Description: Specifies the backend implementation to use +Supported values: phy, tap, qdisk +Mandatory: No +Default value: Automatically determine which backend to use. + +This does not affect the guest's view of the device. It controls +which software implementation of the Xen backend driver us used. + +Not all backend drivers support all combinations of other options. +For example, "phy" does not support formats other than "raw". +Normally this option should not be specified, in which case libxl will +automatically determine the most suitable backend. + + script=